home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_02_01 / 2n01034a < prev    next >
Text File  |  1990-12-02  |  235b  |  12 lines

  1.  
  2.     lib_flags = -+
  3.     cl_str = /c /Zi /AS /DSMALLMODEL
  4.  
  5.     compile=cl $(CFLAGS) $(cl_str) $(src_path)$*.c
  6.  
  7. METER.OBJ:   METER.C 
  8.                 $(compile)
  9.  
  10. METER.EXE: METER.obj 
  11.                 link /MAP  /CO METER ,,,,
  12.